TSync 1.0 Command Line Usage:
---------------------------------------------------------------------
Parameters:
-----------
TSync.exe "Source_Type" "Path" "Source_Format"	"Company_Name" "Report_Path" "Server_IP_Address" "Server_Port" "Post"
	"Source_Type" 		- Source Type. Supports following Types.
				  "XLS" for Excel File.
				  "MDB" for Access File.
	
	"Path" 			- Path of the Excel/Access File
				 
	"Source_Format"		- Source format or the Excel Sheet/Access Table/Access View Name.
				  Example. "Transactions"
	
	"Company_Name" 		- Name of the Company in Tally. Use "" in case of the default Selected.
	
	"Report_Path" 		- Path of the Report to be saved after processing the data.
	
	"Server_IP_Address" 	- IP Address of the PC where the Tally is running.
	
	"Server_Port"		- Port Number of the PC where the Tally is running.

	"Activity"		- Activity to do.
				  "Post" for Immediate posting of data.
				  "Wait" or "" to wait for the user attention.
	"Post"			- Specify to Post the data immediately.
				  Otherwise it will wait for the user's input.
				  Also the Report Creation and automatic unloading of the TSync depends on this parameter.

Sample:
-------
"C:\Program Files\TSync10\TSync10.exe" "XLS" "C:\Program Files\TSync10\TSync10.xls" "Transactions" "" "C:\Program Files\TSync10\Import.txt" "127.0.0.1" "9000" "Post"
